schema section

英 [ˈskiːmə ˈsekʃn] 美 [ˈskiːmə ˈsekʃn]

【计】模式段

计算机



双语例句

  1. As you might recall from our database schema ( see "Sample database" section), XML documents are stored in the Contactinfo column of the Clients table.
    您可能还记得,在我们的数据库模式中(参见“样本数据库”小节),我们将那些XML文档存储在“clients”表的“contactinfo”列中。
  2. Because the archive has been created with the same schema as the active data, the same SQL statement from the previous section can be used here to fetch the order amounts.
    由于创建归档数据的模式与活动数据是相同的,因此上一节中的SQL语句也同样可以用来获取订单数量。
  3. To do this, use the scroll bar located in the Schema Name section to locate the schema name.
    可以这样操作,利用定位在SchemaName中的滚动条来定位这个计划的名称。
  4. Using the two tables that you have created in the Extract, transform, and load from the staging to the warehouse schema section, you will change the metadata model in Framework Manager to turn it into a dimensional model.
    使用您在从阶段提取、转化和载入到仓库方案部分中创建的两个表格,您要更改FrameworkManager中的元数据模型,并将其整合到一个范围性的模型中。
  5. ( You access this by selecting New> Other> Web Services> WSDL.) However, if you want to use this, be aware that the resulting WSDL is not deployable WSDL, because inline schema definitions are added to the < types> section.
    (可以通过选择New>Other>WebServices>WSDL访问此向导。)不过,如果希望使用此选项,请注意生成的WSDL不是可部署的WSDL,因为内联模式定义被添加到部分。
  6. Shredding into this schema is therefore more challenging, but can be achieved with a SQL stored procedure ( see the script found in the Download section).
    因此,分解到这种模式更具有挑战性,但是可以通过SQL存储过程来完成(请参阅下载小节中的脚本)。
  7. Each term has a unique identifier in the category schema, and this identifier is needed to understand the classification section in the asset manifest file.
    在类别模式中每个术语有一个独一无二的标识符,并且该标识符需要理解资产清单文件中的分类部分。
  8. The XML Schema specification ( See the Resources section) provides a rich data model that enables you to express sophisticated structure and constraints on your data.
    XML模式规范(请参见参考资料部分)提供了一个丰富的数据模型,允许对数据上的复杂结构和约束进行表述。
  9. In this section, the constraints using XML Schema and Schematron described in the previous section are applied to healthcare information to ensure correctness, completeness, and consistency.
    在本节中,前面章节中描述过的使用XMLSchema和Schematron的那些约束将被应用于医疗信息以确保正确性、完整性和一致性。
  10. The scenario in this article dynamically collects a WSDL document from an internet URL, extracts the XML schema section of the document, and having imported as a message set dictionary, deploys the definition to an active broker.
    本文中的方案动态地从InternetURL收集WSDL文档,提取文档的XML模式部分,然后将其作为消息集字典导入,从而将定义部署到活动代理。
  11. However, if you want to use this, be aware that the resulting WSDL is not deployable WSDL, because inline schema definitions are added to the section.
    不过,如果希望使用此选项,请注意生成的WSDL不是可部署的WSDL,因为内联模式定义被添加到部分。
  12. The implementation section demonstrates that XML Schema is a good and established way to define the structure of XML documents.
    实现部分则展示了XMLSchema是一种很好的、很成熟的、定义XML文档结构的方式。
  13. The key thing here is that the detail section carries the content which must match the schema definition referenced by wsdl: fault.
    这里的关键是detail部分携带的上下文必须与wsdl:fault所引用的schema相匹配。
  14. The "letter" in SOAP schema is referred to as a "SOAP Body" and HTTP POST ( as discussed in the section on HTTP binding with SOAP) is the transport mechanism.
    SOAP模式中的“信”就是指“SOAPBody”,HTTPPOST(在HTTP与SOAP的绑定一部分讨论过)就是传输机制。
  15. You may find that easier than customizing the schema annotations shown in the previous section.
    您可能会发现,这比定制前面小节中介绍的模式注释更容易。
  16. But the modularity here is good; you'll see in the next section that with classes for both Schema and Validator, you can handle some pretty odd edge cases in your XML processing.
    但是模块化有一定的好处,在下一节中将看到同时使用Schema和Validator类,可以解决XML处理中某些非常奇特的个别情况。